home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / ac935.arj / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1994-05-17  |  512b  |  17 lines

  1. @ECHO OFF
  2. CLS
  3. TEXT
  4.  
  5. This routine will print the Address Controller Instruction Manual.
  6.  
  7. Before continuing, make sure that your printer is 'READY FOR ACTION', and
  8. that it has at least 40 pages of paper available for printing.
  9.  
  10. If you wish to 'QUIT' this routine without printing anything, hold down your
  11. 'CTRL' Key and then press the 'C' (or 'BREAK') key now (^C or ^Break).
  12.  
  13. ENDTEXT
  14. PAUSE
  15. COPY REGISTER.DOC LPT1:
  16. COPY ADDRESS.DOC LPT1:
  17.